html, body {
    overflow-x: hidden;
    width: 100%;
    height: auto;
}

/* navbar */
.navbar {
    z-index: 10000;
    background-color: rgb(0, 0 ,0 ,0) !important;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .navbar {
        z-index: 10000;
        background-color: rgb(255, 255, 255, 0) !important;
        margin: 0;
    }
}

.top-nav-collapse {
    background-color: #F6572A;
    color: #F6572A;
}

.navbar-brand {
    padding: 7px 15px;
}

.nav-item {
    margin: 0 20px;
}

.nav-item > a {
    color: #000; 
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.nav-item > a:hover {
    color: #F6572A; 
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
/* Home Page */

.bg-transparent {
    margin-top: -65px;
}

/* video Banner */
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .vdoBg {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.vdoBg  video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.vdoBg  .container {
  position: relative;
  z-index: 2;
}

.vdoBg  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.3;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    .carousel-inner img {
        width: 100%;
        height: auto;
      }
      .vdoBg {
      position: relative;
      background-color: black;
      height: 100vh;
      min-height: 100vh;
      width: 100%;
      overflow: hidden;
    }
    
    .vdoBg  video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }
    
    .vdoBg  .container {
      position: relative;
      z-index: 2;
    }
    
    .vdoBg  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #fff;
      opacity: 0.3;
      z-index: 1;
    }
}


/* equal height container */

.equal-height{
    min-height: 100vh;
}

.testimonial-height, .client-list {
    min-height: 40vh;
}

#sec-1, #sec-3, #sec-5, #client-list{
    background-color: #fff;
    color: #404041;
}

#sec-2, #sec-4, #testimonial{
    background-color: #404041;
    color: #fff;
}
#sec-1, #sec-3, #sec-5, #sec-2, #sec-4{
display: flex;
flex-wrap: wrap; 
}

.HomeSecImages {
    width: 600px;
    height: auto;
}

.homeHeading {
 color: #F6572A;
 font-size: 36px;
 font-weight: 300;
}

.homeContent {
    color: #404041;
    font-size: 22px;
    font-weight: 300;
}

.homeContentReverse {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}


/* testimonial */
.testimonialContent {
    font-style: italic;
    font-size: 16px;
}

.TestimonialName {
    color: #F6572A;
    font-weight: bold;
}

.TestimonialSub {
    color: #F6572A;
    font-weight: 300;
}
/* Client Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Features Page */
.Features-Card {
    min-height: 70vh;
    background-color: #fff;
    margin: 15px auto;
    padding: 15px;
    border: none;
    border-radius: 15px;
}

.FeaturesHeading {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.FeaturesLead {
    font-size: 20px;
    color: #404041;
    font-weight: 300;
}

.Features-Icon {
    max-width: 100px;
    width: 100px;
    height: auto;
}

.FeaturesMainHead {
    font-size: 20px;
    color: #F6572A;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

.FeaturesMainC0ntent {
    font-size: 20px;
    color: #404041;
    font-weight: 300;
}

/* Pricing Page */
.PricingHead {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.PricingDetailsHead {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

sup{
    font-size: 24px;
}

.PricingDetails {
    font-size: 32px;
    color: #F6572A;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}
.PricingList > li{
    list-style: none;
    font-size: 16px;
}

.pricingButton a {
    border-color: #F6572A;
    border-color: #F6572A;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #F6572A;
    font-weight: 500;
    border: 1px solid #F6572A;
    background: transparent;
    border-radius: 0;
    padding: 10px 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: 35px;
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.055);

}

 .pricingCard:hover {
    box-shadow: 10px 10px 10px #E2E2E2;
    border: 2px solid #F6572A;
}

/* Free Demo Page*/
.FreeDemoMain {
    min-height: 80Vh;
}

.FreeDemoHeading {
    font-size: 30px;
    color: #F6572A;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

.form-style {
    border: none;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #000;
}

.form-style:focus {
    border: none;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #000;
}


.freeDemo {
    border-color: #F6572A;
    border-color: #F6572A;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #fff;
    background-color: #F6572A;
    font-weight: 500;
    border: 1px solid #F6572A;
    padding: 10px 30px;
    border-radius: 0;
    margin-top: 35px;
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.055);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}


/* About Page */
#AboutUs-ID {
 min-height: 50vh;
}

.AboutHeading {
    font-size: 20px;
    color: #F6572A;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

.AboutContent {
    font-size: 16px;
    color: #666;
    font-weight: 300;
}

.aboutLead {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}


footer{
    background-color: #000;
    color: #f2f2f2;
}

.footer-Content {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    font-family: 'Oxygen', sans-serif;   line-height: 36px;
}

.footer-Content a {
    font-size: 12px;
    color: #F6572A;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Oxygen', sans-serif;  
}

.btn-color {
    background-color: #f6572a;
    color: #fff !important;
    text-decoration: none;
}

div.widget {
    position: fixed;
    top: 50%;
    left: -3%;
    z-index: 9999;
  }

.widget > ul li {
    list-style-type: none;
    color: #000;
}

.whatsappBtn {
    background-color: #26D367;
    color: #fff;
    font-size: 32px;
    padding: 10px 13px;
}

.mailBtn {
    background-color: #F14336;
    color: #fff;
    font-size: 32px;
    padding: 10px 13px;
}

.phoneBtn {
    background-color: #000;
    color: #fff;
    font-size: 32px;
    padding: 10px 13px;
}

.whatsappBtn > a {
    background-color: #26D367;
    color: #fff;
    font-size: 32px;
    padding: 10px 13px;
}

.mailBtn > a {
    background-color: #F14336;
    color: #fff;
    font-size: 32px;
    padding: 10px 13px;
}

.phoneBtn > a {
    background-color: #000;
    color: #fff;
    font-size: 32px;
    padding: 10px 13px;
}

@media only screen and (max-width: 768px) {

    div.widget {
        position: fixed;
        top: 50%;
        left: -10%;
        z-index: 9999;
      }

    .whatsappBtn {
        background-color: #26D367;
        color: #fff;
        font-size: 18px;
        padding: 5px 7px;
    }
    
    .mailBtn {
        background-color: #F14336;
        color: #fff;
        font-size: 18px;
        padding: 5px 7px;
    }
    
    .phoneBtn {
        background-color: #000;
        color: #fff;
        font-size: 18px;
        padding: 5px 7px;
    }
    
    .whatsappBtn > a {
        background-color: #26D367;
        color: #fff;
        font-size: 18px;
        padding: 5px 7px;
    }
    
    .mailBtn > a {
        background-color: #F14336;
        color: #fff;
        font-size: 18px;
        padding: 5px 7px;;
    }
    
    .phoneBtn > a {
        background-color: #000;
        color: #fff;
        font-size: 18px;
        padding: 5px 7px;
    }
}
.bg-lightgray { background: #ececec; padding:30px 0;  }
.footer-content { background: #e5e5e5; padding: 15px 0; }
.footer-content p { margin-bottom: 0; }

